install rust
programming言語Rustをinstallするには、rustupをinstallする
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
from Installing rustup on Linux or macOS | Installation - The Rust Programming Language
cargoも同時にinstallされる
#2020-12-27 10:47:41
#2020-06-05